/*浮动*/
.focusnews {
	display: none;
	border-radius: 5px;
	background-color: #ff0000;
	width: 100%;
	font-size: 1.14rem;
	color: #fff;
	position: absolute;
	z-index: 999;
	top: 50px;
	text-align: center;
	line-height: 1.5;
}

.floadAd { position: absolute;z-index: 999900; display: none; }  
.floadAd .item { display: block; }  
.floadAd .item img { vertical-align: bottom; }/* a img 的组合浏览器默认下边会有几个像素的空白，这里可以消除空白*/  
